FrameLoadFinished

An event indicating that a content loading has been finished in the frame. This method corresponds to the moment when the loading is done and the spinner of the tab should stop spinning.

Functions

Link copied to clipboard
open fun frame(): Frame
Returns the Frame instance that has been finished loading content.
Link copied to clipboard
Returns the Navigation instance initiated this event.
Link copied to clipboard
open fun url(): String
Returns a string that represents the URL of the resource which content has been loaded.